net/http.atomicBool.setTrue (method)

8 uses

	net/http (current package)
		client.go#L403: 			timedOut.setTrue()
		server.go#L527: func (b *atomicBool) setTrue()    { atomic.StoreInt32((*int32)(b), 1) }
		server.go#L916: 		ecr.sawEOF.setTrue()
		server.go#L922: 	ecr.closed.setTrue()
		server.go#L1622: 	w.handlerDone.setTrue()
		server.go#L1943: 				w.canWriteContinue.setTrue()
		server.go#L2705: 	srv.inShutdown.setTrue()
		server.go#L2747: 	srv.inShutdown.setTrue()